home *** CD-ROM | disk | FTP | other *** search
/ The Charlie Rose Science Series Anthology / The Charlie Rose Science Series Anthology (Pfizer, Inc.)(2008).iso / mac / Charlie Rose Science Series Anthology.app / Contents / Resources / movie.swf / scripts / frame_263 / DoAction.as
Text File  |  2008-02-01  |  236b  |  7 lines

  1. theController.playing = true;
  2. theVideo.contentPath = "video/" + _root.videoTarget + ".flv";
  3. hbx.hbPageView("nurse_video_" + _root.videoTarget,"/crcd/");
  4. trace(theVideo.contentPath);
  5. theVideo.play();
  6. curtain.gotoAndPlay("reveal");
  7.